home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / ppp / pap-secrets < prev    next >
Text File  |  2009-02-20  |  2KB  |  44 lines

  1. #
  2. # /etc/ppp/pap-secrets
  3. #
  4. # This is a pap-secrets file to be used with the AUTO_PPP function of
  5. # mgetty. mgetty-0.99 is preconfigured to startup pppd with the login option
  6. # which will cause pppd to consult /etc/passwd (and /etc/shadow in turn)
  7. # after a user has passed this file. Don't be disturbed therefore by the fact
  8. # that this file defines logins with any password for users. /etc/passwd
  9. # (again, /etc/shadow, too) will catch passwd mismatches.
  10. #
  11. # This file should block ALL users that should not be able to do AUTO_PPP.
  12. # AUTO_PPP bypasses the usual login program so it's necessary to list all
  13. # system userids with regular passwords here.
  14. #
  15. # ATTENTION: The definitions here can allow users to login without a
  16. # password if you don't use the login option of pppd! The mgetty Debian
  17. # package already provides this option; make sure you don't change that.
  18.  
  19. # INBOUND connections
  20.  
  21. # Every regular user can use PPP and has to use passwords from /etc/passwd
  22. *    hostname    ""    *
  23.  
  24. # UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
  25. # other accounts that should not be able to use pppd!
  26. guest    hostname    "*"    -
  27. master    hostname    "*"    -
  28. root    hostname    "*"    -
  29. support    hostname    "*"    -
  30. stats    hostname    "*"    -
  31.  
  32. # OUTBOUND connections
  33.  
  34. # Here you should add your userid password to connect to your providers via
  35. # PAP. The * means that the password is to be used for ANY host you connect
  36. # to. Thus you do not have to worry about the foreign machine name. Just
  37. # replace password with your password.
  38. # If you have different providers with different passwords then you better
  39. # remove the following line.
  40.  
  41. #-HOSTNAME-    *    password
  42.  
  43.  
  44.